home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000183_news@columbia.edu _Mon Oct 11 20:55:21 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA05428
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 11 Oct 1999 20:55:20 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA03860
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 11 Oct 1999 20:50:21 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "Eric J. Paulsen" <epaulsen@smls.org>
  10. Subject: Direct Serial Connection - Unable to Set Line
  11. Message-ID: <nAvM3.1823$C8.521394@homer.alpha.net>
  12. Date: Mon, 11 Oct 1999 19:49:23 -0500
  13. To: kermit.misc@columbia.edu
  14.  
  15. I'm trying to connect my Linux box to our phone switch which has a simple
  16. RS-232 serial port which dumps phone usage as the calls are handled by the
  17. phone system. I have it connected to my 25 pin serial port (which was comm2
  18. under windows) and have tried to set line to cua1 and ttyS1 and both give
  19. this:
  20.  
  21. (/usr/bin/) C-Kermit>set line ttyS1
  22. ttyS1
  23. Sorry, can't open connection: ttyS1
  24. (/usr/bin/) C-Kermit>set line cua1
  25. cua1
  26. Sorry, can't open connection: cua1
  27.  
  28. There are no gettys running on this, but it seems something is locking the
  29. port. What can I check to start troubleshooting this?
  30. TIA,
  31. Eric
  32.  
  33.